'wind' Resource Default Collection Item Constants
The following constants specify the tag and the IDs that identify the default collection items contained in a resource of type
'wind'
.
enum {
kStoredWindowSystemTag = 'appl',
kStoredBasicWindowDescriptionID = 'sbas',
kStoredWindowPascalTitleID = 's255'
};
Constant descriptions
-
kStoredWindowSystemTag
-
This item tag specifies a system-defined collection item. Note that the
'appl'
collection item tag is reserved for use by Apple Computer, Inc. Do not define new collection items using that tag.
-
kStoredBasicWindowDescriptionID
-
In combination with
kStoredWindowSystemTag
, this item ID specifies an item of type
BasicWindowDescription
. See
BasicWindowDescription
for details on this type.
-
kStoredWindowPascalTitleID
-
In combination with
kStoredWindowSystemTag
, this item ID specifies a Pascal title string.
© 1999 Apple Computer, Inc. – (Last Updated 18 March 99)